From a601e5d10e74f9d029751f4d636d528fb21c5a49 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Tue, 24 Oct 2017 16:12:58 +0800 Subject: [PATCH] gtk/gtkwin32theme.c: Include gdk/gdkprivate.h We still need to access the GdkEvent structure here directly, as using the GdkEvent getters is likely not worth the trouble involved. Please see Emmanuele's comment (#97) of the following bug URL. https://bugzilla.gnome.org/show_bug.cgi?id=773299 --- gtk/gtkwin32theme.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk/gtkwin32theme.c b/gtk/gtkwin32theme.c index 13faff870f..faedfbcfd1 100644 --- a/gtk/gtkwin32theme.c +++ b/gtk/gtkwin32theme.c @@ -25,6 +25,8 @@ #include "gtkwin32drawprivate.h" +#include "gdk/gdk-private.h" + #ifdef G_OS_WIN32 #include -- 2.30.2